From 26e9f682a98b4e2d71f182ced48b49d74780df61 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Tue, 17 Apr 2007 20:25:25 +0000 Subject: [PATCH] Add new field macros LAT_10EX and LON_10EX. The real field name in a style sheet can be i.e. LAT_10E5, which represents latitude multiplied by "10 power 5". --- gpsbabel/xmldoc/chapters/styles.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gpsbabel/xmldoc/chapters/styles.xml b/gpsbabel/xmldoc/chapters/styles.xml index bdbda728e..0f7138589 100644 --- a/gpsbabel/xmldoc/chapters/styles.xml +++ b/gpsbabel/xmldoc/chapters/styles.xml @@ -696,6 +696,23 @@ example: +
+LAT_10EX / LON_10EX + + Defines the latitude or longitude in the format used i.e. by TomTom Navigator + itenary files. It is degress multiplied by 10 power X. X have to be replaced with + a valid decimal value. A factor of 10000 would be generated by LAT_10E5 as shown + in the examples below. + + +examples: + + IFIELD LAT_10E5, "%f", "%.f" # (writes 3558322) + + IFIELD LON_10E5, "%f", "%.f" # (writes -8708082) + +
+
ALT_FEET -- 2.30.2